* {
    padding: 0;
    margin: 0;
  }
  
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
   .spinner-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .spinner {
            border: 8px solid #f3f3f3;
            border-top: 8px solid #3498db;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }
        
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 10000;
            padding: 20px;
        }
        .modal-content {
            background: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            position: relative;
            max-width: 400px;
            width: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            animation: slide-down 0.3s ease-out;
        }
        @keyframes slide-down {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        .modal-content h2 {
            font-weight: bold;
            margin-bottom: 15px;
        }
        .modal-content p {
            margin-bottom: 25px;
            font-size: 1.1em;
        }
        .close-modal {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 28px;
            font-weight: bold;
            color: #aaa;
            cursor: pointer;
        }
        .close-modal:hover {
            color: #333;
        }
        .modal-button {
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1.2em;
            font-weight: bold;
            width: 100%;
        }

  
  /* .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  } */
  
  .info {
    font-weight: bold;
    border-radius: 10px;
    padding: 1em;
    font-size: 18px;
    color: #fff;
    background: hsla(17, 95%, 50%, 1);
    animation: gradientAnimation 1s ease infinite;
    background-size: 400% 400%;
  }
  
  /* Define the keyframes for the gradient animation */
  @keyframes gradientAnimation {
    0% {
      background-image: repeating-linear-gradient(
          45deg,
          hsla(64, 83%, 54%, 0.05) 0px,
          hsla(64, 83%, 54%, 0.05) 1px,
          transparent 1px,
          transparent 11px,
          hsla(64, 83%, 54%, 0.05) 11px,
          hsla(64, 83%, 54%, 0.05) 12px,
          transparent 12px,
          transparent 32px
        ),
        repeating-linear-gradient(
          90deg,
          hsla(64, 83%, 54%, 0.05) 0px,
          hsla(64, 83%, 54%, 0.05) 1px,
          transparent 1px,
          transparent 11px,
          hsla(64, 83%, 54%, 0.05) 11px,
          hsla(64, 83%, 54%, 0.05) 12px,
          transparent 12px,
          transparent 32px
        ),
        repeating-linear-gradient(
          0deg,
          hsla(64, 83%, 54%, 0.05) 0px,
          hsla(64, 83%, 54%, 0.05) 1px,
          transparent 1px,
          transparent 11px,
          hsla(64, 83%, 54%, 0.05) 11px,
          hsla(64, 83%, 54%, 0.05) 12px,
          transparent 12px,
          transparent 32px
        ),
        repeating-linear-gradient(
          135deg,
          hsla(64, 83%, 54%, 0.05) 0px,
          hsla(64, 83%, 54%, 0.05) 1px,
          transparent 1px,
          transparent 11px,
          hsla(64, 83%, 54%, 0.05) 11px,
          hsla(64, 83%, 54%, 0.05) 12px,
          transparent 12px,
          transparent 32px
        ),
        linear-gradient(90deg, rgb(41, 27, 158), rgb(249, 77, 212));
    }
    50% {
      background-image: radial-gradient(
          circle at 17% 77%,
          rgba(17, 17, 17, 0.04) 0%,
          rgba(17, 17, 17, 0.04) 50%,
          rgba(197, 197, 197, 0.04) 50%,
          rgba(197, 197, 197, 0.04) 100%
        ),
        radial-gradient(
          circle at 26% 17%,
          rgba(64, 64, 64, 0.04) 0%,
          rgba(64, 64, 64, 0.04) 50%,
          rgba(244, 244, 244, 0.04) 50%,
          rgba(244, 244, 244, 0.04) 100%
        ),
        radial-gradient(
          circle at 44% 60%,
          rgba(177, 177, 177, 0.04) 0%,
          rgba(177, 177, 177, 0.04) 50%,
          rgba(187, 187, 187, 0.04) 50%,
          rgba(187, 187, 187, 0.04) 100%
        ),
        linear-gradient(19deg, rgb(28, 117, 250), rgb(34, 2, 159));
    }
    100% {
      background-image: radial-gradient(
          circle at 48% 33%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 8%,
          transparent 8%,
          transparent 92%
        ),
        radial-gradient(
          circle at 28% 16%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 8%,
          transparent 8%,
          transparent 92%
        ),
        radial-gradient(
          circle at 34% 52%,
          rgba(255, 255, 255, 0.03) 0%,
          rgba(255, 255, 255, 0.03) 6%,
          transparent 6%,
          transparent 94%
        ),
        radial-gradient(
          circle at 92% 52%,
          rgba(255, 255, 255, 0.03) 0%,
          rgba(255, 255, 255, 0.03) 6%,
          transparent 6%,
          transparent 94%
        ),
        radial-gradient(
          circle at 77% 84%,
          rgba(255, 255, 255, 0.03) 0%,
          rgba(255, 255, 255, 0.03) 6%,
          transparent 6%,
          transparent 94%
        ),
        radial-gradient(
          circle at 75% 64%,
          rgba(255, 255, 255, 0.03) 0%,
          rgba(255, 255, 255, 0.03) 6%,
          transparent 6%,
          transparent 94%
        ),
        radial-gradient(
          circle at 70% 62%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 4%,
          transparent 4%,
          transparent 96%
        ),
        radial-gradient(
          circle at 55% 100%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 4%,
          transparent 4%,
          transparent 96%
        ),
        radial-gradient(
          circle at 12% 11%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 4%,
          transparent 4%,
          transparent 96%
        ),
        radial-gradient(
          circle at 35% 55%,
          rgba(255, 255, 255, 0.04) 0%,
          rgba(255, 255, 255, 0.04) 4%,
          transparent 4%,
          transparent 96%
        ),
        linear-gradient(45deg, rgb(26, 21, 192), rgb(171, 83, 239));
    }
  }
  
  body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    background: #eae4fe;
    font-family: system-ui;
  
    text-align: center;
  }
  
  h1 {
    font-size: 25px;
    margin-block: 1em;
  }
  
  h2 {
    font-size: 20px;
  }
  
  .content {
    max-width: 500px;
    margin: auto;
    text-align: center;
  }
  
  .container {
    margin: 0px 0.5em;
  }
  
  .img_container {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 10px;
  }
  
  .img_container img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .book img {
    margin-top: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .video video {
    width: 94%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  
  .note {
    margin-block: 1em;
    font-weight: bold;
    font-size: 18px;
    animation: blink2 1s step-start infinite;
  }
  
  @keyframes blink2 {
    50% {
      color: red;
    }
  }
  
  .bottom {
    position: absolute;
    bottom: 4px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding: 10px 0px;
  }
  
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 2px 8px 2px 5px;
    font-size: 12px;
  }
  
  .bottom p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .blink {
    animation: blink 1s step-start infinite;
  }
  
  @keyframes blink {
    50% {
      opacity: 0.5;
    }
  }
  
  .online {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #37ff00;
    display: block;
  }
  
  .isflex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  
  .logo {
    text-align: center;
    background: #fff;
  }
  
  .logo img {
    width: 150px;
  }
  
  .banner_text {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 20px;
    margin: 10px 0;
    border-radius: 10px;
  }
  
  .banner-1 {
    background: linear-gradient(to right, red, orange);
  }
  
  .banner-2 {
    background: linear-gradient(to right, pink, purple);
  }
  
  .banner-3 {
    background: linear-gradient(to right, darkblue, navy);
  }
  
  .highlight {
    color: yellow;
  }
  
  footer {
    background-color: rgba(250, 250, 250, 0.9);
    padding: 1em;
    text-align: center;
  }
  
  .footer nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  
  .footer nav a {
    text-decoration: none;
    color: #150089;
  }
  
  .footer nav a:hover {
    color: #000;
  }
  
  .page,
  .description {
    padding: 1em;
    background-color: #fff;
    border-radius: 1em;
    margin-block: 1em;
    text-align: left;
    margin-inline: 5px;
  }
  
  .page p {
    margin-bottom: 1em;
  }
  
  .page ul {
    list-style-position: inside;
  }
  
  .page h1 {
    padding: 0px;
  
    margin: 0px;
    margin-bottom: 1em;
  }
  
  .submit {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    font-weight: bold;
    background: linear-gradient(90deg,
        rgb(247, 0, 0) 0%,
        hsla(9, 85%, 52%, 1) 50%,
        hsla(344, 81%, 54%, 1) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
  }
  
  
  
  .carousel-container {
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .carousel-slide {
    display: none;
    width: 100%;
  }
  
  .carousel-slide img,
  .carousel-slide video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  
  
  .tableflex {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: bold;
  }
  
  .call-now-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
  
    background: #0000ff;
    color: #fff;
    border-radius: 10px;
    padding: 3px 10px;
  }
  
  .text {
    margin: 0 5px;
    font-weight: bold;
  }
  
  .hand {
    font-size: 24px;
    position: relative;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    /* Infinite loop */
  }
  
  .left-hand {
    animation-name: moveLeftToRight;
  }
  
  .right-hand {
    animation-name: moveRightToLeft;
  }
  
  /* Keyframes for animation */
  @keyframes moveLeftToRight {
    0% {
      transform: translateX(-5px);
    }
  
    50% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-5px);
    }
  }
  
  @keyframes moveRightToLeft {
    0% {
      transform: translateX(5px);
    }
  
    50% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(5px);
    }
  }
  
  .wa-btn3 {
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #25d366;
    color: green;
    animation: zoomInOut 0.5s infinite alternate;
  }
  
  .wa-btn2 {
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #25d366;
    color: #fff;
    animation: zoomInOut 0.5s infinite alternate;
  }
  
  @keyframes zoomInOut {
    from {
      transform: scale(1);
      /* Initial scale */
    }
  
    to {
      transform: scale(1.2);
      /* Zoomed scale */
    }
  }
  .in {
  width: 10%;
  padding: 12px;
  font-size: 1em;
  border-radius: 8px;       /* 👈 Rounded corners */
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s;
}

.in:focus {
  border-color: green;      /* 👈 Highlight on focus */
}

  
  #table {
    border-collapse: collapse;
  
    text-align: left;
  
    background-color: #fff;
    border-radius: 1em;
    margin-block: 1em;
  
    margin-inline: 5px;
    overflow: hidden;
  }
  
  #table td,
  #table th {
    padding: 10px;
  }
  
  #table tr:nth-child(odd) {
    background-color: #fff;
  }
  
  #table tr:nth-child(even) {
    background-color: #f3f6f4;
  }
  
  .downarrow {
    width: 40px;
    margin: auto;
    height: 40px;
  }
  
  .chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
  }
  
  .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: hsla(350, 73%, 44%, 1);
  }
  
  .chevron:before {
    left: 0;
    transform: skewY(30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
  }
  
  @-webkit-keyframes move-chevron {
    25% {
      opacity: 1;
    }
  
    33.3% {
      opacity: 1;
      transform: translateY(2.28rem);
    }
  
    66.6% {
      opacity: 1;
      transform: translateY(3.12rem);
    }
  
    100% {
      opacity: 0;
      transform: translateY(4.8rem) scale(0.5);
    }
  }
  
  @keyframes move-chevron {
    25% {
      opacity: 1;
    }
  
    33.3% {
      opacity: 1;
      transform: translateY(1.28rem);
    }
  
    66.6% {
      opacity: 1;
      transform: translateY(2.2rem);
    }
  
    100% {
      opacity: 0;
      transform: translateY(2.9rem) scale(0.5);
    }
  }

  /* Spinner styles */
  .spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
    /* Hidden by default */
}

.spinner {
    position: relative;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff4d4d, #ff6f61);
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.spinner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 30%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}